-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(GH-108) Disable sysstat management by default #116
Conversation
puppet_metrics_collector::system is a classthat may have no external impact to Forge modules. This module is declared in 0 of 576 indexed public
|
62043d0
to
45a6039
Compare
45a6039
to
6884249
Compare
6884249
to
e3b210d
Compare
16a8c21
to
3d56211
Compare
@MartyEwings @m0dular This is finally passing. Do you mind doing a review on it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Just needs another rebase on main
and I have the one extremely pedantic question about the file
resource.
…alled Prior to this commit, the default was to manage the sysstat package by default. This commit changes the default to not manage the sysstat package. It includes logic to only include the system metrics collection classes when the sysstat package is installed and adds a notify when the packge is not installed.
3d56211
to
d41fcd7
Compare
Prior to this PR, the default was to manage the sysstat package by
default. This PR changes the default to not manage the sysstat
package. It includes logic to only include the system metrics collection
classes when the sysstat package is installed and adds a notify when the
packge is not installed.
Resolves #108